Html Css Color HEX #6BEAFE Baby Blue

📋 copy color: '#6BEAFE'

red 107 ◦ green 234 ◦ blue 254

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

Shades of Baby Blue #6BEAFE

Tints of Baby Blue #6BEAFE

RGB

 RED value IS 107 (42.19% from 255) = 17.98%

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 17.98%
G = 39.33%
B = 42.69%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BEAFE (or 0x6BEAFE) is known color: Baby Blue. HEX triplet: 6B, EA and FE. RGB value is (107,234,254). Sum of RGB (Red+Green+Blue) = 107+234+254=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAFE is #941501. Grayscale: #C6C6C6. Windows color (decimal): -9704706 or 16706155. OLE color: 16706155.

HSL color Cylindrical-coordinate representation of color #6BEAFE: hue angle of 188.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BEAFE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 234 254 -
CMYK 0.58 0.08 0 0.00
HSL 188.16º 0.99% 0.71% -
HSV(B) 188.16º 0.58% 1% -
XYZ 53.38 69.13 104.3 -
YUV 198.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 107 234 254 0.58 0.08 0 0.00 188.16 0.99 0.71
Hex 6B EA FE 3A 8 0 0 BC 63 47
Octal 153 352 376 72 10 0 0 274 143 107
Binary 1101011 11101010 11111110 111010 1000 0 0 10111100 1100011 1000111

Color Harmonies of #6BEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAFE

Black with #6BEAFE

Text Example


Text Example

White with #6BEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BEAFE; }

 p { color: rgb(107,234,254); }

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

background-color css

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

 a { background-color: rgb(107,234,254); }

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

border-color css

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

 span { border-color: rgb(107,234,254); }

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