Html Css Color HEX #CBD5F8 Hawkes Blue

📋 copy color: '#CBD5F8'

red 203 ◦ green 213 ◦ blue 248

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

Shades of Hawkes Blue #CBD5F8

Tints of Hawkes Blue #CBD5F8

RGB

 RED value IS 203 (79.69% from 255) = 30.57%

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

 BLUE value IS 248 (97.27% from 255) = 37.35%

R = 30.57%
G = 32.08%
B = 37.35%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CBD5F8 (or 0xCBD5F8) is known color: Hawkes Blue. HEX triplet: CB, D5 and F8. RGB value is (203,213,248). Sum of RGB (Red+Green+Blue) = 203+213+248=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBD5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5F8 is #342A07. Grayscale: #D5D5D5. Windows color (decimal): -3418632 or 16307659. OLE color: 16307659.

HSL color Cylindrical-coordinate representation of color #CBD5F8: hue angle of 226.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBD5F8 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 213 248 -
CMYK 0.18 0.14 0 0.03
HSL 226.67º 0.76% 0.88% -
HSV(B) 226.67º 0.18% 0.97% -
XYZ 65.37 67.06 98.31 -
YUV 214 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 203 213 248 0.18 0.14 0 0.03 226.67 0.76 0.88
Hex CB D5 F8 12 E 0 3 E3 4C 58
Octal 313 325 370 22 16 0 3 343 114 130
Binary 11001011 11010101 11111000 10010 1110 0 11 11100011 1001100 1011000

Color Harmonies of #CBD5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5F8

Black with #CBD5F8

Text Example


Text Example

White with #CBD5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5F8; }

 p { color: rgb(203,213,248); }

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

background-color css

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

 a { background-color: rgb(203,213,248); }

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

border-color css

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

 span { border-color: rgb(203,213,248); }

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