Html Css Color HEX #74CFDE Spray

📋 copy color: '#74CFDE'

red 116 ◦ green 207 ◦ blue 222

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

Shades of Spray #74CFDE

Tints of Spray #74CFDE

RGB

 RED value IS 116 (45.7% from 255) = 21.28%

 GREEN value IS 207 (81.25% from 255) = 37.98%

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 21.28%
G = 37.98%
B = 40.73%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74CFDE (or 0x74CFDE) is known color: Spray. HEX triplet: 74, CF and DE. RGB value is (116,207,222). Sum of RGB (Red+Green+Blue) = 116+207+222=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #74CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFDE is #8B3021. Grayscale: #B5B5B5. Windows color (decimal): -9121826 or 14602100. OLE color: 14602100.

HSL color Cylindrical-coordinate representation of color #74CFDE: hue angle of 188.49º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74CFDE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 207 222 -
CMYK 0.48 0.07 0 0.13
HSL 188.49º 0.62% 0.66% -
HSV(B) 188.49º 0.48% 0.87% -
XYZ 42.7 53.61 77.2 -
YUV 181.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 116 207 222 0.48 0.07 0 0.13 188.49 0.62 0.66
Hex 74 CF DE 30 7 0 D BC 3E 42
Octal 164 317 336 60 7 0 15 274 76 102
Binary 1110100 11001111 11011110 110000 111 0 1101 10111100 111110 1000010

Color Harmonies of #74CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFDE

Black with #74CFDE

Text Example


Text Example

White with #74CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CFDE; }

 p { color: rgb(116,207,222); }

 H1.HeaderClassName
 {
   color: #74CFDE;
 }
 .AnyTagClassName
 {
   color: #74CFDE;
 }
</style>

background-color css

<style>
 a { background-color: #74CFDE; }

 a { background-color: rgb(116,207,222); }

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

border-color css

<style>
 span { border-color: #74CFDE; }

 span { border-color: rgb(116,207,222); }

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