Html Css Color HEX #CBD8FA Hawkes Blue

📋 copy color: '#CBD8FA'

red 203 ◦ green 216 ◦ blue 250

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

Shades of Hawkes Blue #CBD8FA

Tints of Hawkes Blue #CBD8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.29%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 30.34%
G = 32.29%
B = 37.37%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBD8FA (or 0xCBD8FA) is known color: Hawkes Blue. HEX triplet: CB, D8 and FA. RGB value is (203,216,250). Sum of RGB (Red+Green+Blue) = 203+216+250=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD8FA is #342705. Grayscale: #D7D7D7. Windows color (decimal): -3417862 or 16439499. OLE color: 16439499.

HSL color Cylindrical-coordinate representation of color #CBD8FA: hue angle of 223.4º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD8FA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 216 250 -
CMYK 0.19 0.14 0 0.02
HSL 223.4º 0.82% 0.89% -
HSV(B) 223.4º 0.19% 0.98% -
XYZ 66.44 68.71 100.2 -
YUV 215.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 203 216 250 0.19 0.14 0 0.02 223.4 0.82 0.89
Hex CB D8 FA 13 E 0 2 DF 52 59
Octal 313 330 372 23 16 0 2 337 122 131
Binary 11001011 11011000 11111010 10011 1110 0 10 11011111 1010010 1011001

Color Harmonies of #CBD8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD8FA

Black with #CBD8FA

Text Example


Text Example

White with #CBD8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD8FA; }

 p { color: rgb(203,216,250); }

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

background-color css

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

 a { background-color: rgb(203,216,250); }

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

border-color css

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

 span { border-color: rgb(203,216,250); }

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