Html Css Color HEX #74CFDB Spray

📋 copy color: '#74CFDB'

red 116 ◦ green 207 ◦ blue 219

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

Shades of Spray #74CFDB

Tints of Spray #74CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 21.4%
G = 38.19%
B = 40.41%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74CFDB (or 0x74CFDB) is known color: Spray. HEX triplet: 74, CF and DB. RGB value is (116,207,219). Sum of RGB (Red+Green+Blue) = 116+207+219=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #74CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFDB is #8B3024. Grayscale: #B5B5B5. Windows color (decimal): -9121829 or 14405492. OLE color: 14405492.

HSL color Cylindrical-coordinate representation of color #74CFDB: hue angle of 186.99º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CFDB is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 207 219 -
CMYK 0.47 0.05 0 0.14
HSL 186.99º 0.59% 0.66% -
HSV(B) 186.99º 0.47% 0.86% -
XYZ 42.3 53.45 75.11 -
YUV 181.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 116 207 219 0.47 0.05 0 0.14 186.99 0.59 0.66
Hex 74 CF DB 2F 5 0 E BB 3B 42
Octal 164 317 333 57 5 0 16 273 73 102
Binary 1110100 11001111 11011011 101111 101 0 1110 10111011 111011 1000010

Color Harmonies of #74CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFDB

Black with #74CFDB

Text Example


Text Example

White with #74CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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