Html Css Color HEX #CADBED Hawkes Blue

📋 copy color: '#CADBED'

red 202 ◦ green 219 ◦ blue 237

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

Shades of Hawkes Blue #CADBED

Tints of Hawkes Blue #CADBED

RGB

 RED value IS 202 (79.3% from 255) = 30.7%

 GREEN value IS 219 (85.94% from 255) = 33.28%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 30.7%
G = 33.28%
B = 36.02%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CADBED (or 0xCADBED) is known color: Hawkes Blue. HEX triplet: CA, DB and ED. RGB value is (202,219,237). Sum of RGB (Red+Green+Blue) = 202+219+237=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #CADBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBED is #352412. Grayscale: #D7D7D7. Windows color (decimal): -3482643 or 15588298. OLE color: 15588298.

HSL color Cylindrical-coordinate representation of color #CADBED: hue angle of 210.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADBED is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 219 237 -
CMYK 0.15 0.08 0 0.07
HSL 210.86º 0.49% 0.86% -
HSV(B) 210.86º 0.15% 0.93% -
XYZ 64.97 69.33 90.08 -
YUV 215.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 202 219 237 0.15 0.08 0 0.07 210.86 0.49 0.86
Hex CA DB ED F 8 0 7 D3 31 56
Octal 312 333 355 17 10 0 7 323 61 126
Binary 11001010 11011011 11101101 1111 1000 0 111 11010011 110001 1010110

Color Harmonies of #CADBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADBED

Black with #CADBED

Text Example


Text Example

White with #CADBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADBED; }

 p { color: rgb(202,219,237); }

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

background-color css

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

 a { background-color: rgb(202,219,237); }

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

border-color css

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

 span { border-color: rgb(202,219,237); }

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