Html Css Color HEX #67EFF0 Baby Blue

📋 copy color: '#67EFF0'

red 103 ◦ green 239 ◦ blue 240

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

Shades of Baby Blue #67EFF0

Tints of Baby Blue #67EFF0

RGB

 RED value IS 103 (40.63% from 255) = 17.7%

 GREEN value IS 239 (93.75% from 255) = 41.07%

 BLUE value IS 240 (94.14% from 255) = 41.24%

R = 17.7%
G = 41.07%
B = 41.24%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#67EFF0 (or 0x67EFF0) is known color: Baby Blue. HEX triplet: 67, EF and F0. RGB value is (103,239,240). Sum of RGB (Red+Green+Blue) = 103+239+240=582 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.70% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #67EFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EFF0 is #98100F. Grayscale: #C6C6C6. Windows color (decimal): -9965584 or 15789927. OLE color: 15789927.

HSL color Cylindrical-coordinate representation of color #67EFF0: hue angle of 180.44º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EFF0 is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 239 240 -
CMYK 0.57 0.00 0 0.06
HSL 180.44º 0.82% 0.67% -
HSV(B) 180.44º 0.57% 0.94% -
XYZ 52.19 70.91 93.37 -
YUV 198.45 151.44 59.92 -
System Red Green Blue C M Y K H S L
Decimal 103 239 240 0.57 0.00 0 0.06 180.44 0.82 0.67
Hex 67 EF F0 39 0 0 6 B4 52 43
Octal 147 357 360 71 0 0 6 264 122 103
Binary 1100111 11101111 11110000 111001 0 0 110 10110100 1010010 1000011

Color Harmonies of #67EFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EFF0

Black with #67EFF0

Text Example


Text Example

White with #67EFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67EFF0; }

 p { color: rgb(103,239,240); }

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

background-color css

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

 a { background-color: rgb(103,239,240); }

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

border-color css

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

 span { border-color: rgb(103,239,240); }

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