Html Css Color HEX #8DD5F4 Anakiwa

📋 copy color: '#8DD5F4'

red 141 ◦ green 213 ◦ blue 244

#8DD5F4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #8DD5F4

Tints of Anakiwa #8DD5F4

RGB

 RED value IS 141 (55.47% from 255) = 23.58%

 GREEN value IS 213 (83.59% from 255) = 35.62%

 BLUE value IS 244 (95.7% from 255) = 40.8%

R = 23.58%
G = 35.62%
B = 40.8%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8DD5F4 (or 0x8DD5F4) is known color: Anakiwa. HEX triplet: 8D, D5 and F4. RGB value is (141,213,244). Sum of RGB (Red+Green+Blue) = 141+213+244=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DD5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD5F4 is #722A0B. Grayscale: #C2C2C2. Windows color (decimal): -7481868 or 16045453. OLE color: 16045453.

HSL color Cylindrical-coordinate representation of color #8DD5F4: hue angle of 198.06º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DD5F4 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 213 244 -
CMYK 0.42 0.13 0 0.04
HSL 198.06º 0.82% 0.75% -
HSV(B) 198.06º 0.42% 0.96% -
XYZ 51.11 59.78 94.43 -
YUV 195.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 141 213 244 0.42 0.13 0 0.04 198.06 0.82 0.75
Hex 8D D5 F4 2A D 0 4 C6 52 4B
Octal 215 325 364 52 15 0 4 306 122 113
Binary 10001101 11010101 11110100 101010 1101 0 100 11000110 1010010 1001011

Color Harmonies of #8DD5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD5F4

Black with #8DD5F4

Text Example


Text Example

White with #8DD5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DD5F4; }

 p { color: rgb(141,213,244); }

 H1.HeaderClassName
 {
   color: #8DD5F4;
 }
 .AnyTagClassName
 {
   color: #8DD5F4;
 }
</style>

background-color css

<style>
 a { background-color: #8DD5F4; }

 a { background-color: rgb(141,213,244); }

 div.DivClassName
 {
   background-color: #8DD5F4;
 }
 .BgClassName
 {
   background-color: #8DD5F4;
 }
</style>

border-color css

<style>
 span { border-color: #8DD5F4; }

 span { border-color: rgb(141,213,244); }

 td.TdClassName
 {
   border-color: #8DD5F4;
 }
 .TagClassName
 {
   border-color: #8DD5F4;
 }
</style>