Html Css Color HEX #74CBDD Spray

📋 copy color: '#74CBDD'

red 116 ◦ green 203 ◦ blue 221

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

Shades of Spray #74CBDD

Tints of Spray #74CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 21.48%
G = 37.59%
B = 40.93%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74CBDD (or 0x74CBDD) is known color: Spray. HEX triplet: 74, CB and DD. RGB value is (116,203,221). Sum of RGB (Red+Green+Blue) = 116+203+221=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #74CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBDD is #8B3422. Grayscale: #B2B2B2. Windows color (decimal): -9122851 or 14535540. OLE color: 14535540.

HSL color Cylindrical-coordinate representation of color #74CBDD: hue angle of 190.29º degrees, saturation: 0.61, 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 #74CBDD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 203 221 -
CMYK 0.48 0.08 0 0.13
HSL 190.29º 0.61% 0.66% -
HSV(B) 190.29º 0.48% 0.87% -
XYZ 41.61 51.65 76.18 -
YUV 179.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 116 203 221 0.48 0.08 0 0.13 190.29 0.61 0.66
Hex 74 CB DD 30 8 0 D BE 3D 42
Octal 164 313 335 60 10 0 15 276 75 102
Binary 1110100 11001011 11011101 110000 1000 0 1101 10111110 111101 1000010

Color Harmonies of #74CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBDD

Black with #74CBDD

Text Example


Text Example

White with #74CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,221); }

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

background-color css

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

 a { background-color: rgb(116,203,221); }

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

border-color css

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

 span { border-color: rgb(116,203,221); }

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